home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / patches / _310ptch / cache310 / cachefix.txt < prev    next >
Text File  |  1996-07-10  |  4KB  |  73 lines

  1. This README file accompanies the CACHEFIX.NLM patch file for NetWare 386
  2. v3.10 Rev A.  The following file is included for this patch:   
  3.    
  4.         CACHEFIX NLM      1189 10-29-90   5:05p
  5.         PATCHMAN NLM      4174 10-29-90  12:51p
  6.    
  7. CACHEFIX is a semi-static patch which is loaded at the file server console
  8. as a NetWare Loadable Module.  Under heavy usage when data is read 
  9. immediately after it is written to cache, the data read could result in the
  10. return of erroneous data.  If cached data is read and rewritten to cache,
  11. the corruption would be saved to disk.  If the data is not changed in cache,
  12. the data will be saved correctly.  This problem exists primarily with random
  13. access applications (for example, database servers).
  14.   
  15. To implement this patch, the NetWare 386 Patch Manager (PATCHMAN.NLM) must
  16. first be loaded. 
  17.  
  18. Three types of patches can be managed with PATCHMAN:  dynamic, semi-static,
  19. and static.  Dynamic patches are .NLM files that can be loaded/unloaded while
  20. the server is running.  Unloading a dynamic patch will restore the Operating
  21. System to its original "un-patched" state.  Semi-static patches can also be
  22. loaded while the server is running, but they cannot be unloaded.  It is not
  23. possible to undo the effects of a semi-static patch without first downing the
  24. server and bringing it back up without loading the semi-static patch.  A
  25. static patch is a DOS executable program that makes changes to the SERVER.EXE
  26. file.  This type of patch is applied once and its effects are permanent.  It
  27. is suggested that static patches be applied to a copy of the SERVER.EXE file,
  28. not the original file. 
  29.  
  30. Dynamic and semi-static patches modify the Operating System in memory, not
  31. on the disk.  This means that dynamic and semi-static patches must be loaded
  32. each time the Operating System is brought up in order for any "fixes" to take
  33. effect. It is recommended that the command "LOAD <patch>" be placed in the
  34. file server's AUTOEXEC.NCF file to ensure that the patch is always in effect
  35. when the server is initially brought up.  Typing MODULES at the server
  36. console will show which dynamic patches have been loaded, but will not show
  37. semi-static or static patches. 
  38.   
  39. The Patch Manager (PATCHMAN.NLM) must be loaded before any dynamic or semi-
  40. static patches can be loaded.  If PATCHMAN is not already loaded, the
  41. <patch>.NLM will attempt to locate PATCHMAN and, if found, will load it
  42. automatically.  PATCHMAN only needs to be loaded once; all .NLM patches can
  43. then be loaded.  PATCHMAN cannot be unloaded until all patches that rely on
  44. it are first unloaded. 
  45.  
  46. To implement this patch: 
  47.  
  48. 1)      Copy PATCHMAN.NLM and the patch .NLM file to the same directory as the
  49.         other NLM files on your system (SYS:SYSTEM is suggested). 
  50.  
  51. 2)      After the system is brought up, type LOAD PATCHMAN at the console. 
  52.  
  53. 3)      LOAD the patch .NLM file. 
  54.  
  55. NOTE:   This patch and PATCHMAN.NLM will only operate on NetWare 386 v3.10a. 
  56.         Future versions of NetWare 386 will require a version of PATCHMAN 
  57.         specific to that release. 
  58.  
  59. *****************************************************************************
  60.                                  DISCLAIMER 
  61.     
  62.      Novell, Inc. makes no representations or warranties with respect to this
  63. software patch, and specifically disclaims any express or implied warranties 
  64. of merchantability or fitness for a particular purpose.  Novell's intentions 
  65. for this software patch is to provide a temporary work-around to the 
  66. anomalies described in this file.  Such work-arounds are typically addressed 
  67. in future releases of NetWare.    
  68.      Novell will not be responsible for any data loss that may result from 
  69. implementing this patch.  Novell strongly recommends a backup be made before 
  70. any patch is applied.   Technical support for this patch is provided at the 
  71. discretion of Novell.    
  72. *****************************************************************************
  73.